Skip to content

Update pyright to v1.1.395; disable a pow() check#13564

Merged
Avasam merged 4 commits intopython:mainfrom
srittau:disable-pow-check
Mar 3, 2025
Merged

Update pyright to v1.1.395; disable a pow() check#13564
Avasam merged 4 commits intopython:mainfrom
srittau:disable-pow-check

Conversation

@srittau
Copy link
Copy Markdown
Collaborator

@srittau srittau commented Feb 28, 2025

pyright and mypy disagree about the exact type due to differing overloads handling.

Should help with #13198.

pyright and mypy disagree about the exact type due to differing
overloads handling.
@github-actions

This comment has been minimized.

Comment thread stdlib/@tests/test_cases/builtins/check_pow.py Outdated
srittau and others added 2 commits March 3, 2025 15:56
@github-actions

This comment has been minimized.

@srittau srittau changed the title Disable a pow() check Update pyright to v1.1.395; disable a pow() check Mar 3, 2025
@srittau srittau requested a review from Avasam March 3, 2025 15:08
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Mar 3, 2025

According to mypy_primer, this change has no effect on the checked open source code. 🤖🎉

@Avasam Avasam merged commit 3e83e42 into python:main Mar 3, 2025
@srittau srittau deleted the disable-pow-check branch March 3, 2025 16:50
mmingyu pushed a commit to mmingyu/typeshed that referenced this pull request May 16, 2025
pyright and mypy disagree about the exact type due to differing
overloads handling.

---------

Co-authored-by: Avasam <samuel.06@hotmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants